C1.DataCollection Assembly / C1.DataCollection Namespace / C1GroupDataCollection<S> Class / InsertRangeAsync Method

In This Topic
InsertRangeAsync Method (C1GroupDataCollection<S>)
In This Topic
Syntax
'Declaration
 
Public Overrides Function InsertRangeAsync( _
   ByVal index As Integer, _
   ByVal items As IEnumerable(Of S), _
   Optional ByVal cancellationToken As CancellationToken _
) As Task(Of Integer)
 

Parameters

index
items
cancellationToken
See Also